home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / terms / kermit / c / aanoks.hlp < prev    next >
Encoding:
Text File  |  1992-05-26  |  5.6 KB  |  142 lines

  1. OKLAHOMA STATE UNIVERSITY KERMIT DIALUP ACCESS
  2.  
  3. As of: Fri May 22 15:39:13 CDT 1992
  4.  
  5. UUCP, Kermit and Anonymous FTP access to the complete Kermit distribution
  6. is available from the Computer Science Department, Oklahoma State
  7. University, Stillwater.
  8.  
  9. The files from TAPE A are in /pub/kermit-a/*
  10. The files from TAPE B are in /pub/kermit-b/*
  11. The files from TAPE C are in /pub/kermit-c/*
  12. The files from TAPE D are in /pub/kermit-d/*
  13. The files from TAPE E are in /pub/kermit-e/*
  14.  
  15.  
  16.  -- UUCP --
  17.  
  18. You need to set up "okstate" as a site in your "L.sys" (or "Systems")
  19. UUCP dialing file using the information listed below.  You can then issue
  20. the following commands on your system:
  21.  
  22.    uucp okstate!~/kermit-a/aaaread.me /usr/spool/uucppublic
  23.  
  24.    (this example will retrieve a general information file about the entire
  25.     Kermit Distribution.  DO THIS FIRST!)
  26.  
  27. WARNING:  Wildcards are no longer supported, you will need to issue an
  28. individual uucp command for each file in the distribution you wish to
  29. retrieve.  It may be helpful to use the "-r" switch of the uucp command
  30. to prevent your system from starting the call after you request the first
  31. file (it would probably complete before you queued all the requests).
  32. We regret the inconvience that this causes, but people were getting
  33. a little too wild with their wild cards and filling up our spool.
  34.  
  35. "/usr/spool/uucppublic" was chosen as the destination on your system since
  36. the destination must be WIDE OPEN (drwxrwxrwx) to everyone.  Also, the system
  37. "okstate" must be allowed (via the Permissions or USERFILE file) to write into
  38. the destination directory.
  39.  
  40. There are 2 files available that contain information about the entire
  41. distribution.  We recommend that you retrieve these files first.  They are
  42. "aaaread.me" which explains the file name conventions used, and "aafiles.dir"
  43. which is a complete listing (by name) of all files in the in each kermit
  44. directory.  These files will enable you to choose the right files the first
  45. time.
  46.  
  47.  ----- UUCP Login information -----
  48.  
  49. Site Name    : okstate
  50. Phone number : (405) 744-6953
  51. Login name   : uucpker
  52. Password     : thefrog
  53. Hours        : 24 hours per day, 7 days a week
  54. Problem      :
  55.   reports    : uucp-support@a.cs.okstate.edu                 (Internet)
  56.  
  57. Our modem is a Telebit Trailblazer Plus and is setup to allow 300/1200/2400
  58. and PEP connections.
  59.  
  60. The following is a sample L.sys line (\r is a carriage return).  You might
  61. want to put a time restriction on "Any", such as Any0000-0800 to save on
  62. your phone bills.
  63.  
  64. okstate Any ACU 2400 405-744-6953 "" \r ogin: uucpker word: thefrog
  65.  
  66. Just a few notes on how to best retrieve parts of the Kermit distribution
  67. using UUCP...
  68.  
  69.   -  Install the proper L.sys entry and test it using the debugging option
  70.      of UUCICO (-x4).  Repeat this step until you successfully complete a
  71.      "no work" connection, this will verify that your L.sys entry is correct
  72.      and will minimize frazzled nerves.
  73.  
  74.          uucico -r1 -x4 -sokstate
  75.  
  76.   -  Retrieve the files `aaaread.me' and `aafiles.dir' with the following
  77.      commands:
  78.  
  79. uucp -r okstate!~/kermit-a/aaaread.me  /usr/spool/uucppublic
  80. uucp -r okstate!~/kermit-a/aafiles.dir /usr/spool/uucppublic/files.dir.a
  81. uucp -r okstate!~/kermit-b/aafiles.dir /usr/spool/uucppublic/files.dir.b
  82. uucp -r okstate!~/kermit-c/aafiles.dir /usr/spool/uucppublic/files.dir.c
  83. uucp -r okstate!~/kermit-d/aafiles.dir /usr/spool/uucppublic/files.dir.d
  84. uucp okstate!~/kermit-e/aafiles.dir /usr/spool/uucppublic/files.dir.e
  85.  
  86.      You will have to escape the exclamation point and the tilde if you are
  87.      using the C shell (i.e. ...okstate\!\~/kermit-a...).
  88.  
  89.   -  Choose the versions of Kermit that you wish to transfer and issue the
  90.      proper UUCP commands.
  91.  
  92.  
  93. KERMIT SERVER ACCESS TO THE KERMIT DISTRIBUTION AREA.
  94.  
  95. Okstate also provides access to the KERMIT distribution via a KERMIT Server.
  96. The number is the same as above for the uucpker login, so the line may be busy
  97. quite a bit.  This server is a specialized server with controlled access.  At
  98. present, the server is only allowed access to the KERMIT directories on our
  99. machine.  
  100.  
  101. You need the following information in order to access the server.
  102.  
  103. KERMIT login   :   kermsrv
  104. Password       :   piggy
  105. Parity         :   even
  106. Data path      :   7 bit
  107. Available      :   24 hours/day, 7 days a week
  108.  
  109. When the login is completed, the server will start, and you should escape
  110. back to your local KERMIT to issue further commands.  If the server remains
  111. idle for a period of time around 10 minutes, it will be stopped.  While the
  112. server is receiving data other than NAK packets, it will continue to run.
  113.  
  114. The best place to start after logging on is "REMOTE HELP", followed closely by
  115. the desired "REMOTE DIR" commands.  If you don't include an argument to REMOTE
  116. DIR, you should be prepared for many many lines of output.  It is usually
  117. better to read the 'aaaread.me' file (using REMOTE TYPE perhaps) and then do
  118. the DIR with some kind of wildcard (like "REMOTE DIR ck*").
  119.  
  120. Remember that if your KERMIT does not support remote commands, then you can
  121. get files from either directory by preceding the file name with the proper
  122. path, as in:
  123.  
  124.     get /pub/kermit-b/ck*
  125.  
  126.   -  If you are having problems connecting to our system PLEASE send mail
  127.      to uucp-support@a.cs.okstate.edu.
  128.  
  129. ANONYMOUS FTP ACCESS TO THE KERMIT DISTRIBUTION AREA AT OKSTATE.
  130.  
  131. Internet sites having difficultly reaching the Columbia anonymous
  132. ftp area may choose to access our anonymous ftp area instead.  Connect
  133. to a.cs.okstate.edu (139.78.9.1), login: anonymous, please use your
  134. email address as your password so we can collect some statistics.
  135.  
  136. Enjoy,
  137.  
  138. Mark Vasoll
  139. Computer Science Department                Email:  vasoll@a.cs.okstate.edu
  140. Oklahoma State University
  141. Stillwater, Oklahoma
  142.